1. /* sdbcnssf.cpp by K.Tsuru */
  2. // function ID = 34
  3. // SDouble constructor by SFraction
  4. #ifndef SN_H
  5. #include "sn.h"
  6. #endif
  7. SDouble::SDouble(const SFraction& sf):SNumber(REAL){
  8. SDouble a = SFToSD(sf);
  9. CopyDouble(a, COPY);
  10. }

sdbcnssf.cpp : last modifiled at 2015/11/25 20:21:28(239 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:02 (Sat Oct 07 10:30:02 2017).